home *** CD-ROM | disk | FTP | other *** search
- thxInitCIA = 0*4 ;now implemented, reference doc file for use!
- thxInitPlayer = 1*4
- thxInitModule = 2*4
- thxInitSubSong = 3*4
- thxInterrupt = 4*4
- thxStopSong = 5*4
- thxKillPlayer = 6*4
- thxKillCIA = 7*4 ;now implemented, reference doc file for use!
- thxNextPattern = 8*4 ;implemented, although no-one requested it :-)
- thxPrevPattern = 9*4 ;implemented, although no-one requested it :-)
-
- thxBSS_P = 10*4 ;pointer to thx's public (fast) memory block
- thxBSS_C = 11*4 ;pointer to thx's explicit chip memory block
- thxBSS_Psize = 12*4 ;size of public memory (intern use only!)
- thxBSS_Csize = 13*4 ;size of chip memory (intern use only!)
- thxModule = 14*4 ;pointer to thxModule after InitModule
-
- thx_pExternalTiming = 0 ;byte, offset to public memory block
- thx_pMainVolume = 1 ;byte, offset to public memory block
- thx_pSubsongs = 2 ;byte, offset to public memory block
- thx_pSongEnd = 3 ;flag, offset to public memory block
- thx_pPlaying = 4 ;flag, offset to public memory block
-
-